From 94493414b508420a7701e98abfb62b1707d195e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 24 Feb 2018 10:49:44 +0100 Subject: [PATCH] filechooserwidget: Make the location entry hexpand --- gtk/gtkfilechooserwidget.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index 066f4cf3d4..0d6132c020 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -2503,6 +2503,7 @@ location_entry_setup (GtkFileChooserWidget *impl) priv->current_filter); gtk_entry_set_width_chars (GTK_ENTRY (priv->location_entry), 45); gtk_entry_set_activates_default (GTK_ENTRY (priv->location_entry), TRUE); + gtk_widget_set_hexpand (priv->location_entry, TRUE); } static void -- 2.30.2